home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 10-InfoSystems / samba / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  695 b   |  27 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML VERSION="2.0">
  7. <HEAD>
  8. </HEAD>
  9. <BODY>
  10. <CENTER><H1 ALIGN="CENTER">Samba File Server</H1></CENTER>
  11. <P>
  12. Samba is a UNIX file server that enables UNIX file systems to
  13. be mounted by PC clients.  Samba can also be configured to allow
  14. PC clients access to printing services mounted on the UNIX server.
  15. <p>
  16. Samba can work as one of many file servers in a heterogeneous network
  17. of UNIX and PC based servers, using the "LAN Manager" protocol to 
  18. subscribe to the local "wins server".  Thus it can work over
  19. multiple subnets.
  20. <p>
  21. For more information, the man pages samba(7) and smb.conf(5) should
  22. be consulted.
  23. </BODY>
  24. </HTML>
  25. EndOfFile
  26.  
  27.